CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fish swarm

搜索资源列表

  1. AFSA_fxy

    0下载:
  2. AFSA_fxy是用人工鱼群算法(artificial fish swarm algorithm)解决二元函数寻优问题。文件打开后运行AFSA_fxy.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。-AFSA_fxy is (artificial fish swarm algorithm) to solve the optimization problem with a binary function AFSA. Run AFSA_fxy.m file to
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:30869
    • 提供者:Rareson
  1. zl

    0下载:
  2. 描述鱼群的最优化问题,以及边际问题,包括觅食居群行为-Artificial fish swarm algorithm code to deal effectively optimize the optimization problem, with better optimization results than the genetic algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-04-24
    • 文件大小:18185
    • 提供者:宋啸良
  1. xiaobobao

    0下载:
  2. 基于小波包的边缘检测,可以用于检测图片边缘,大小噪声的检测-Artificial fish swarm algorithm code to deal effectively optimize the optimization problem, with better optimization results than the genetic algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:273624
    • 提供者:宋啸良
  1. maxf

    0下载:
  2. 人工鱼群算法,实现人工鱼群算法的迭代和算法的现实-Artificial fish swarm algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:252256
    • 提供者:胡天贵
  1. fasa01

    0下载:
  2. 最基础的鱼群算法源代码,可以运行,非常好用的一种代码,希望大家喜欢-The most basic fish swarm algorithm source code, you can run
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1279
    • 提供者:胡鹏威
  1. SwarmFish1002CMOS

    0下载:
  2. another good matlab code for fish swarm optimization
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2640495
    • 提供者:mji
  1. SwarmFish1003MO

    0下载:
  2. second part for Fish swarm algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4565381
    • 提供者:mji
  1. QHABCE

    0下载:
  2. 混合LS人工鱼群算法Hybrid LS artificial fish swarm algorithm-Hybrid LS artificial fish swarm algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:496885
    • 提供者:他里雾
  1. FSOUCP

    0下载:
  2. 对人工鱼群算法的一种实现,用于无约束连续函数的优化求解。-Fish Swarm Optimization for Unconstrained Continuous Problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1663
    • 提供者:陈新文
  1. fishswarm

    1下载:
  2. 鱼群算法,在一片水域中,鱼往往能自行或尾随其他鱼找到营养物质多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最多的地方,人工鱼群算法就是根据这一特点,通过构造人工鱼来模仿鱼群的觅食。聚群及追尾行为,从而实现寻优-Fish swarm algorithm, c language programming, in the midst of the waters, the fish tend to fish on their own or trailing other nutrients fo
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-08
    • 文件大小:910647
    • 提供者:胡斐
  1. code

    0下载:
  2. code鱼群算法在函数优化中的应用,包括一元函数二元函数,动态图像-fish swarm algorithm code in function optimization applications, including one yuan function binary function, dynamic image
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:27551
    • 提供者:沈佳
  1. 36063823afsa2

    0下载:
  2. 摘 要:在分析人工鱼群算法存在不足的基础上,对人工鱼群算法加以改进,提出了一种改进型人工鱼群算 法。该算法提高了全局搜索能力和收敛速度,并用于求解具有变量边界约束的非线性复杂函数最优化问题。 仿真结果表明,改进后的人工鱼群算法具有精度高、搜索速度快等特点,是一种求解复杂函数全局最优化的智 能算法-Combinatorial optimization problems through the application of artificial fish-swarm algorithm to imi
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:25437
    • 提供者:xuan
  1. 05555710

    0下载:
  2. The Algorithm Optimization on Artificial Fish-swarm for the Target Area on Simulation Robots
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:451319
    • 提供者:hussein
  1. 1

    0下载:
  2. Path Planning for Coalmine Rescue Robot based on Hybrid Adaptive Artificial Fish Swarm Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:379466
    • 提供者:hussein
  1. fish

    0下载:
  2. c++语言实现鱼群算法,使用粒子群优化算法给出-Fish algorithm c++ language, the use of particle swarm optimization algorithm is given
  3. 所属分类:source in ebook

    • 发布日期:2017-05-14
    • 文件大小:3549058
    • 提供者:秦时221207
  1. AFSA

    0下载:
  2. 详细介绍了利用人工鱼群算法解决实际问题的过程,进行建模,并且进行寻优。寻优效果较好-Describes the use of artificial fish swarm algorithm to solve practical problems in the process, modeling and optimization performed. Better optimization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:211723
    • 提供者:chenying
  1. AFSA

    0下载:
  2. 鱼群算法优化基本程序,用于初学者使用,可用于一维优化,也可二维优化!相对初学者容易上手。-the code of Artificial Fish Swarm Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3899
    • 提供者:Gage
  1. AFSA

    0下载:
  2. Artificial Fish Swarm Algorithm (AFSA)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3053
    • 提供者:ELTEEJAYY
  1. AFSA-2015.7

    0下载:
  2. 人工鱼群算法及其应用源码,经测试成功运行。可对照《人工鱼群算法及其应用》学习。-Fish (Swarm Algorithm AFSA, Artificial) is a kind of swarm intelligence bionic energy optimization algorithm, which is proposed by Dr. Li Xiaolei in 2002. The algorithm gives the artificial fish vision, smell,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:10374
    • 提供者:wang
  1. wAFSA

    0下载:
  2. An adaptive value Iteration weight is used to adaptively increase the diversification of the standard Artificial Fish Swarm Algorithm. sixteen test functions were used to uate the performance of the Algorithm-An adaptive value Iteration weight is use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3002
    • 提供者:AHMED TIJANI
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com